home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / pandawars.swf / scripts / frame_136 / PlaceObject2_152_120 / CLIPACTIONRECORD onClipEvent(load).as < prev    next >
Encoding:
Text File  |  2007-03-20  |  254 b   |  16 lines

  1. onClipEvent(load){
  2.    stop();
  3.    life = 100;
  4.    active = true;
  5.    _root.rot = 0;
  6.    spd = 3;
  7.    gravity = 10;
  8.    tyakuchi = 0;
  9.    select = 1;
  10.    jump = false;
  11.    wolkx = true;
  12.    boost = true;
  13.    wepon = 1;
  14.    myColor = new Color(this);
  15. }
  16.